@charset "utf-8";
/* CSS Document */

body
{
	background-image:url(../images/bg.jpg);
	background-attachment:fixed;
}
#text_sp
{
	width:600px;
}

#top_st
{
	background-image:url(../images/bag_top.png);
	height:120px;
	width:900px;
}
#menu_st
{
	background-image:url(../images/menu.png);
	height:40px;
	width:900px;
}
#div_text 
{
	text-align:justify;
	margin:5px;
	color:#F60;
}
#div_text2
{
	text-align:justify;
	margin:10px;
	color:#333;
}
#tab_text_
{
	background-image:url(../images/tab_text_.png);
}
#_tab_info
{
	height:25px;
	width:655px;
}
#tab_info
{
	background-image:url(../images/tab_text.png);
	height:25px;
	width:660px;
}
#tab_info2
{
	background-image:url(../images/tab_text2.png);
	height:32px;
	width:550px;
}
#tab_info3
{
	background-image:url(../images/tab_text3.png);
	height:30px;
	width:277px;
}
#tab_info4
{
	background-image:url(../images/tab_text4.png);
	height:30px;
	width:277px;
}

#text_st
{
	background-image:url(../images/text.png);
	height:40px;
	width:900px;
}
#bot
{
	background-image:url(../images/bot.png);
	height:40px;
	width:900px;
}
#contprin
{
	width:950px;
	text-align:left;
	margin-left: auto; 
  	margin-right: auto;
}

#flash
{
	
}
#link
{
	margin-left:35%;
	margin-bottom:5px;
	color: #F60;
	font-weight:bold;
	size:22px;
}
/* ICON */
#icon_px
{
	width:32px;
	height:32px;
}

/*MENU */
#menu
{
	background-image:url(../images/menulink.png);
	height:40px;
	width:900px;
}
div#nav_menu_main
{	
	position : absolute;
	width:450px;
 	height:140px;
	left : 50%;
	margin-left :-345px;
}
#lien
{
	width:200px;
}
#tab_fb
{
	width:200px;
}
ul#nav_menu_main_ul
{
        margin: 0px;
        padding: 0px;
        min-width:650px;
}

ul#nav_menu_main_ul li
{
        float:  left;
        list-style-type:square;
        margin-right:  10px;
        padding-left:  15px;
        padding-right:  10px;
}

* html ul#nav_menu_main_ul{
    width: 650px;
}


a#nav_accueil
{
        height: 30px;
        width: 60px;
        text-indent: -9000px;
        display: block;
}

a#nav_services
{
        height: 45px;
        width: 69px;
        text-indent: -9000px;
        display: block;
}

a#nav_portfolio
{
        height: 45px;
        width: 81px;
        text-indent: -9000px;
        display: block;
}

a#nav_telecharger
{
        height: 45px;
        width: 95px;
        text-indent: -9000px;
        display: block;
}

a#nav_forum
{
        height: 45px;
        width: 55px;
        text-indent: -9000px;
        display: block;
}

a#nav_contact
{
        height: 45px;
        width: 68px;
        text-indent: -9000px;
        display: block;
}

/*COULEUR MENU LINK */
ul#nav_menu_main_ul li#accueil a
{
	background-image:url(../images/link/accueil_on.gif);
	background-repeat: no-repeat;
}
ul#nav_menu_main_ul li#accueil a:hover
{
	background-image:url(../images/link/accueil_off.gif);
	background-repeat: no-repeat;
}
ul#nav_menu_main_ul li.current#accueil a
{
	background-image:url(../images/link/accueil_off.gif);
	background-repeat: no-repeat;
}

ul#nav_menu_main_ul li#services a
{
	background-image:url(../images/link/services_on.gif);
	background-repeat: no-repeat;
}
ul#nav_menu_main_ul li#services a:hover
{
	background-image:url(../images/link/services_off.gif);
	background-repeat: no-repeat;
}
ul#nav_menu_main_ul li.current#services a
{
	background-image:url(../images/link/services_off.gif);
	background-repeat: no-repeat;
}

ul#nav_menu_main_ul li#portfolio a
{
	background-image:url(../images/link/portfolio_on.gif);
	background-repeat: no-repeat;
}
ul#nav_menu_main_ul li#portfolio a:hover
{
	background-image:url(../images/link/portfolio_off.gif);
	background-repeat: no-repeat;
}
ul#nav_menu_main_ul li.current#portfolio a
{
	background-image: url(../images/link/portfolio_off.gif);
	background-repeat: no-repeat;
}

ul#nav_menu_main_ul li#telecharger a
{
	background-image:url(../images/link/telecharger_on.gif);
	background-repeat: no-repeat;
}
ul#nav_menu_main_ul li#telecharger a:hover
{
	background-image:url(../images/link/telecharger_off.gif);
	background-repeat: no-repeat;
}
ul#nav_menu_main_ul li.current#telecharger a
{
	background-image:url(../images/link/telecharger_off.gif);
	background-repeat: no-repeat;
}

ul#nav_menu_main_ul li#forum a
{
	background-image:url(../images/link/forum_on.gif);
	background-repeat: no-repeat;
}
ul#nav_menu_main_ul li#forum a:hover
{
	background-image:url(../images/link/forum_off.gif);
	background-repeat: no-repeat;
}
ul#nav_menu_main_ul li.current#forum a
{
	background-image:url(../images/link/forum_off.gif);
	background-repeat: no-repeat;
}

ul#nav_menu_main_ul li#contact a
{
	background-image:url(../images/link/contact_on.gif);
	background-repeat: no-repeat;
}
ul#nav_menu_main_ul li#contact a:hover
{
	background-image:url(../images/link/contact_off.gif);
	background-repeat: no-repeat;
}
ul#nav_menu_main_ul li.current#contact a
{
	background-image:url(../images/link/contact_off.gif);
	background-repeat: no-repeat;
}


/*TEXT PARAGRAPHE */

#p_text
{
	color:#F60;
	text-align:left;
	text-shadow:#000;
}

